From f73ac5cfed47217045073dc6bc2f00d4c5547bbc Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:51:32 -0600 Subject: [PATCH] update Qt 6.5.1 -> 6.5.2 in CI. (#1140) --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 39bd2881c..300948e4f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,7 +33,7 @@ jobs: GENERATOR: 'Ninja' RELEASE: true os: macos-12 - - QT_VERSION: '6.5.1' + - QT_VERSION: '6.5.2' XCODE_VERSION: '14.2' GENERATOR: 'Ninja' RELEASE: false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b7519ce66..ee1452cf9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -60,7 +60,7 @@ jobs: GENERATOR: 'Visual Studio 17 2022' RELEASE: false os: windows-latest - - QT_VERSION: '6.5.1' + - QT_VERSION: '6.5.2' ARCH: 'amd64' HOST_ARCH: 'amd64' COMPILER: 'msvc2019_64' -- 2.30.2